Free Internet Chess Server
   HOME

TheInfoList



OR:

The Free Internet Chess Server (FICS) is a volunteer-run
Internet chess server An Internet chess server (ICS) is an external server that provides the facility to play, discuss, and view the board game of chess over the Internet. The term specifically refers to facilities for connecting players through a variety of graphical c ...
. It was organised as a free alternative to the
Internet Chess Club The Internet Chess Club (ICC) is a commercial Internet chess server devoted to the play and discussion of chess and chess variants. ICC had over 30,000 subscribing members in 2005.John Black, Martin Cochran, Martin Ryan Gardner"Lessons Learned ...
(ICC), after that site began charging for membership.


History

The first
Internet chess server An Internet chess server (ICS) is an external server that provides the facility to play, discuss, and view the board game of chess over the Internet. The term specifically refers to facilities for connecting players through a variety of graphical c ...
, named the Internet Chess Server (ICS), started in January 1992. The software was coded, supported, and operated by volunteers until 1995, when administrators began charging players for membership and changed the name to ICC. Several former ICS programmers saw the commercialisation of ICS as an exploitation of their work. This group, led by Chris Petroff and Henrik Gram, developed FICS as an alternative to the paid model, giving users free, unrestricted access. The server debuted on . In 1998, the Free Internet Chess Organization (FICS) was organized as a
nonprofit organization A nonprofit organization (NPO) or non-profit organisation, also known as a non-business entity, not-for-profit organization, or nonprofit institution, is a legal entity organized and operated for a collective, public or social benefit, in co ...
. In 2007, the legal entity was involuntarily dissolved. The server is still maintained and administered by volunteers. In 2016, 50,000 active players played a total of 23 million games. As of August 2014, FICS had over 650,000 registered accounts.


Usage


Connecting

Playing chess on FICS requires connecting to the server either through a web-based applet on th
FICS website
or else by using a
client Client(s) or The Client may refer to: * Client (business) * Client (computing), hardware or software that accesses a remote service on another computer * Customer or client, a recipient of goods or services in return for monetary or other valuable ...
program, which could be as simple as a
telnet Telnet is an application protocol used on the Internet or local area network to provide a bidirectional interactive text-oriented communication facility using a virtual terminal connection. User data is interspersed in-band with Telnet control i ...
client, but is usually an
interface Interface or interfacing may refer to: Academic journals * ''Interface'' (journal), by the Electrochemical Society * ''Interface, Journal of Applied Linguistics'', now merged with ''ITL International Journal of Applied Linguistics'' * '' Inte ...
designed specifically for playing Internet chess. Users can log in either as an anonymous guest or else by registering for a free account. Each user is permitted only one account. The server maintains rating and game statistics for registered users. FICS uses the
Glicko rating system The Glicko rating system and Glicko-2 rating system are methods of assessing a player's strength in games of skill, such as chess and Go. The Glicko rating system was invented by Mark Glickman in 1995 as an improvement on the Elo rating system, a ...
.


Gameplay

Players can watch for game requests by other users broadcast or create their own seeks and wait for someone to respond. Seeks include time controls and frequently an optional ratings limit. Seeks can be programmed to be require manual acceptance by the user, or they can automatically be accepted by the player. Users can challenge specific players to a game by using the match command. Moves are made with a mouse on an image of a chess board or users can type in moves in
algebraic chess notation Algebraic notation (or AN) is the standard method for recording and describing the moves in a game of chess. It is based on a system of coordinates to uniquely identify each square on the chessboard. It is used by most books, magazines, and newsp ...
. All games played by registered users are recorded by a computer and made publicly available.


Time controls

Since the mechanics of play are simplified, chess games played online tend to use faster time controls than in over-the-board (OTB) play. Longer games (i.e., usually 15 or more minutes per player) are called standard and are also common on the server. Separate ratings are maintained for lightning (under 3 minutes), blitz (usually 5 or 10 minutes), and standard (over 15 minutes). Irregular variants, such as Fischer Random, are grouped together into a handful of formats like Wild, and these are not further classified by time controls.
Fischer delay A chess clock consists of two adjacent clocks with buttons to stop one clock while starting the other, so that the two clocks never run simultaneously. Chess clocks are used in chess and other two-player games where the players move in turn, and ...
is popular: the time control is specified by two numbers, the minutes each player is allotted at the start of the game, and the seconds added to a player's clock after making a move (the ''increment''). For example, in the popular 2–12 time controls, each player receives 2 minutes at the beginning of the game, and 12 seconds are added to a player's clock after they make a move. Since all games are assumed to last 40 moves for format classification purposes, 2–12 is grouped with 10-minutes-per-player (10=2+12*40/60). The timeseal is a utility which allows the server to adjust for the effects of internet
lag Lag, or similar, may refer to: Lag * Łąg, Poland * Lag (company), a French guitar maker * Lag (cue sports), a brief pre-game competition to determine which player will go first * Latency (engineering), a slower response time in computing, commu ...
. Each move is time-stamped locally and the time it takes for each command to travel to the server is not deducted from the player's clock. This method of time stamping each move is helpful for players with slow internet connections. FICS does not track lag centrally and does not permit users to exclude persistent laggers.


Interfaces

FICS is designed to be accessed by a chess interface designed to connect to Internet chess servers. Interfaces are created independently. FICS does not have an official interface and does not endorse any interface. The most popular interfaces for
Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
are BabasChess, Jin,
XBoard XBoard is a graphical user interface chessboard for chess engines under the X Window System. It is developed and maintained as free software by the GNU project. WinBoard is a port of XBoard to run natively on Microsoft Windows. Overview Original ...
,
Thief Theft is the act of taking another person's property or services without that person's permission or consent with the intent to deprive the rightful owner of it. The word ''theft'' is also used as a synonym or informal shorthand term for some ...
, and Raptor. Mobialia Chess is the most common platform for mobile operating systems Android and IOS. On other operating systems (mainly Unix-type boxes based on Linux or macOS), eboard,
XBoard XBoard is a graphical user interface chessboard for chess engines under the X Window System. It is developed and maintained as free software by the GNU project. WinBoard is a port of XBoard to run natively on Microsoft Windows. Overview Original ...
,
PyChess ''PyChess'' is a free software chess client developed for GNU. It allows users to play offline or online via the Free Internet Chess Server (FICS). PyChess also incorporates a built-in chess engine, which in contrast to most other chess AIs is wr ...
, Jin, JavaBoard, and Raptor are popular choices. JavaBoard, JinApplet, and QXBoard are web interfaces that run in a web browser. In 2017, th
Free Chess Club
open-source project released a web-based client targeted towards modern web browsers using
JavaScript JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of Website, websites use JavaScript on the Client (computing), client side ...
,
HTML5 HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML ...
and
WebSockets WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as in 2011. The current API specification allowing web applications ...
. In addition to a web interface, Free Chess Club provides a cross-platform desktop application that runs on
Linux Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, which ...
,
macOS macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac computers. Within the market of desktop and lapt ...
and
Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
.


Channels

FICS has a number of very conservatively censored chat channels numbered 0 through 255. Many of the channels are reserved for administrators and bots. Some of the more popular channels include: *channel 1 - general help; questions asked in channel 1 are usually answered by FICS admins or Service Representatives (SRs) *channel 4 - helping guests *channel 50 - general chat *channel 53 - guest chat Registration is required for all channels except channels 1,4 and 53. Some channels are used for FICS staff and cannot be seen by regular users: *channel 0 - the admin channel *channel 5 - the service representatives channel *channel 48 - the mamer manager channel *channel 63 - the chess advisor channel A user can listen and send tells to up to thirty channels simultaneously. Another form of mass communication available to registered users is "shouts" which can be seen by all connected users who haven't turned shouts off.


Variants

Currently, the following
chess variants A chess variant is a game related to, derived from, or inspired by chess. Such variants can differ from chess in many different ways. "International" or "Western" chess itself is one of a family of games which have related origins and could be co ...
are available on FICS, besides regular chess: *
Suicide Suicide is the act of intentionally causing one's own death. Mental disorders (including depression, bipolar disorder, schizophrenia, personality disorders, anxiety disorders), physical disorders (such as chronic fatigue syndrome), and s ...
– capturing is compulsory, a player wins by losing all his pieces; the king has no special significance *Loser's chess – like suicide, but with additional rules pertaining to the king and check * Atomic – pieces "explode" when captured, removing all adjacent pieces except pawns *Wild – Nine different variants similar to regular chess but with different types of starting positions, including
Chess960 Fischer random chess, also known as Chess960 (often read in this context as 'chess nine-sixty' instead of 'chess nine hundred sixty'), is a variation of the game of chess invented by the former world chess champion Bobby Fischer. Fischer announ ...
* Bughouse – fast-paced, four player game, in which two teams of two players face each other on two boards *
Crazyhouse Crazyhouse (also known as drop chess, mad chess, reinforcement chess, turnabout chess and schizo-chess) is a chess variant in which captured enemy pieces can be reintroduced, or ''dropped'', into the game as one's own. The drop rule resembles th ...
– two player version (like in regular chess) of bughouse, where captured pieces reenter the game


Tournaments on FICS

Tournaments are regularly organised or relayed on FICS. The popular
Lichess Lichess (; ) is a free and open-source Internet chess server run by a non-profit organization of the same name. Users of the site can play online chess anonymously and optionally register an account to play rated games. Lichess is ad-free and al ...
platform obtains its tournament relays via FICS.


Mamer tournaments

Most tournaments are organised by "Mamer," an automated tournament director. Mamer is run by tourney managers who organize and supervise tournaments. Mamer announces tournaments through channel 49 and through tells and "tshouts." Tournaments organised by Mamer range in time controls and include variants.


Other tournaments

Other regular conducted tournaments on FICS include tournaments featuring slow time controls (STC) of typically more than 45 minutes. Two of the most popular of these are FICS Teamleague, which uses 45 45 controls, and the Online Chess League (OCL), which uses 60 15 time controls. Both are team events with teams of 4 competing against each other, and each player typically plays one game per week. In addition, the STC Bunch, or the Slow Time Control Bunch, organised several tournaments with slow time controls.


Relay

FICS relays major chess events. A bot takes the moves in ongoing games and relays them to special demo accounts on FICS. These demo accounts bear the names of the grandmasters playing in the event. Users and guests on FICS can watch the games in progress and chat about the games with each other. The relay has covered every single World Chess Championship since its inception. Other major relays include the yearly relay of
Wijk aan Zee Wijk aan Zee ( literally ''Neighborhood at Sea'') is a village on the coast of the North Sea in the municipality of Beverwijk, the province of North Holland of the Netherlands. The prestigious Tata Steel Chess Tournament (formerly called the Coru ...
, Morelia-Linares and Amber Melody.


See also

*
List of Internet chess servers This is a list of notable Internet chess servers. Active * Chess.com * Chess24 * Caissa.com * ChessBase * FIDE Online Arena * Free Internet Chess Server * Internet Chess Club * Kasparov Chess * Lichess * Playchess * SchemingMind Defunct * C ...


References


External links

* {{official website, http://www.freechess.org/
Scheduled tournaments

FICS Game Database
- database of all games played
FICS Mac OS app

FICS Bughouse Database



FICS TeamLeague
Internet chess servers Chess websites 1995 in chess Internet properties established in 1995